projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9f196c
)
(edt-substitute): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Jun 2002 14:35:28 +0000
(14:35 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 18 Jun 2002 14:35:28 +0000
(14:35 +0000)
lisp/emulation/edt.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/edt.el
b/lisp/emulation/edt.el
index af15afb149df01f449ed0ae2fc232480bf0cea29..b01f52b8dd0f12b4b6bebb3926749fe70a62f80b 100644
(file)
--- a/
lisp/emulation/edt.el
+++ b/
lisp/emulation/edt.el
@@
-1054,7
+1054,7
@@
Argument NUM is the number of characters to delete."
Repeat the most recent FIND command. (The Emacs kill ring is used as
the CUT buffer.)
Argument NUM is the repeat count. A positive value indicates the of times
-to repeat the substitution. A negative argument means replace all occur
a
nces
+to repeat the substitution. A negative argument means replace all occur
re
nces
of the search text."
(interactive "p")
(cond ((or edt-select-mode (edt-check-match))